3.6.51 \(\int (d x)^{3/2} \sqrt {a^2+2 a b x^2+b^2 x^4} \, dx\)

Optimal. Leaf size=93 \[ \frac {2 b (d x)^{9/2} \sqrt {a^2+2 a b x^2+b^2 x^4}}{9 d^3 \left (a+b x^2\right )}+\frac {2 a (d x)^{5/2} \sqrt {a^2+2 a b x^2+b^2 x^4}}{5 d \left (a+b x^2\right )} \]

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 93, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 30, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {1112, 14} \begin {gather*} \frac {2 b (d x)^{9/2} \sqrt {a^2+2 a b x^2+b^2 x^4}}{9 d^3 \left (a+b x^2\right )}+\frac {2 a (d x)^{5/2} \sqrt {a^2+2 a b x^2+b^2 x^4}}{5 d \left (a+b x^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(d*x)^(3/2)*Sqrt[a^2 + 2*a*b*x^2 + b^2*x^4],x]

[Out]

(2*a*(d*x)^(5/2)*Sqrt[a^2 + 2*a*b*x^2 + b^2*x^4])/(5*d*(a + b*x^2)) + (2*b*(d*x)^(9/2)*Sqrt[a^2 + 2*a*b*x^2 +
b^2*x^4])/(9*d^3*(a + b*x^2))

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 1112

Int[((d_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> Dist[(a + b*x^2 + c*x^4)^FracPa
rt[p]/(c^IntPart[p]*(b/2 + c*x^2)^(2*FracPart[p])), Int[(d*x)^m*(b/2 + c*x^2)^(2*p), x], x] /; FreeQ[{a, b, c,
 d, m, p}, x] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p - 1/2]

Rubi steps

\begin {align*} \int (d x)^{3/2} \sqrt {a^2+2 a b x^2+b^2 x^4} \, dx &=\frac {\sqrt {a^2+2 a b x^2+b^2 x^4} \int (d x)^{3/2} \left (a b+b^2 x^2\right ) \, dx}{a b+b^2 x^2}\\ &=\frac {\sqrt {a^2+2 a b x^2+b^2 x^4} \int \left (a b (d x)^{3/2}+\frac {b^2 (d x)^{7/2}}{d^2}\right ) \, dx}{a b+b^2 x^2}\\ &=\frac {2 a (d x)^{5/2} \sqrt {a^2+2 a b x^2+b^2 x^4}}{5 d \left (a+b x^2\right )}+\frac {2 b (d x)^{9/2} \sqrt {a^2+2 a b x^2+b^2 x^4}}{9 d^3 \left (a+b x^2\right )}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 44, normalized size = 0.47 \begin {gather*} \frac {2 x (d x)^{3/2} \sqrt {\left (a+b x^2\right )^2} \left (9 a+5 b x^2\right )}{45 \left (a+b x^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(d*x)^(3/2)*Sqrt[a^2 + 2*a*b*x^2 + b^2*x^4],x]

[Out]

(2*x*(d*x)^(3/2)*Sqrt[(a + b*x^2)^2]*(9*a + 5*b*x^2))/(45*(a + b*x^2))

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 31.60, size = 69, normalized size = 0.74 \begin {gather*} \frac {2 \left (a d^2+b d^2 x^2\right ) \left (9 a d^2 (d x)^{5/2}+5 b (d x)^{9/2}\right )}{45 d^5 \sqrt {\frac {\left (a d^2+b d^2 x^2\right )^2}{d^4}}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(d*x)^(3/2)*Sqrt[a^2 + 2*a*b*x^2 + b^2*x^4],x]

[Out]

(2*(a*d^2 + b*d^2*x^2)*(9*a*d^2*(d*x)^(5/2) + 5*b*(d*x)^(9/2)))/(45*d^5*Sqrt[(a*d^2 + b*d^2*x^2)^2/d^4])

________________________________________________________________________________________

fricas [A]  time = 1.56, size = 22, normalized size = 0.24 \begin {gather*} \frac {2}{45} \, {\left (5 \, b d x^{4} + 9 \, a d x^{2}\right )} \sqrt {d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^(3/2)*((b*x^2+a)^2)^(1/2),x, algorithm="fricas")

[Out]

2/45*(5*b*d*x^4 + 9*a*d*x^2)*sqrt(d*x)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 42, normalized size = 0.45 \begin {gather*} \frac {2}{45} \, {\left (5 \, \sqrt {d x} b x^{4} \mathrm {sgn}\left (b x^{2} + a\right ) + 9 \, \sqrt {d x} a x^{2} \mathrm {sgn}\left (b x^{2} + a\right )\right )} d \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^(3/2)*((b*x^2+a)^2)^(1/2),x, algorithm="giac")

[Out]

2/45*(5*sqrt(d*x)*b*x^4*sgn(b*x^2 + a) + 9*sqrt(d*x)*a*x^2*sgn(b*x^2 + a))*d

________________________________________________________________________________________

maple [A]  time = 0.00, size = 39, normalized size = 0.42 \begin {gather*} \frac {2 \left (5 b \,x^{2}+9 a \right ) \left (d x \right )^{\frac {3}{2}} \sqrt {\left (b \,x^{2}+a \right )^{2}}\, x}{45 \left (b \,x^{2}+a \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x)^(3/2)*((b*x^2+a)^2)^(1/2),x)

[Out]

2/45*x*(5*b*x^2+9*a)*(d*x)^(3/2)*((b*x^2+a)^2)^(1/2)/(b*x^2+a)

________________________________________________________________________________________

maxima [A]  time = 1.25, size = 25, normalized size = 0.27 \begin {gather*} \frac {2 \, {\left (5 \, \left (d x\right )^{\frac {9}{2}} b + 9 \, \left (d x\right )^{\frac {5}{2}} a d^{2}\right )}}{45 \, d^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^(3/2)*((b*x^2+a)^2)^(1/2),x, algorithm="maxima")

[Out]

2/45*(5*(d*x)^(9/2)*b + 9*(d*x)^(5/2)*a*d^2)/d^3

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int {\left (d\,x\right )}^{3/2}\,\sqrt {{\left (b\,x^2+a\right )}^2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x)^(3/2)*((a + b*x^2)^2)^(1/2),x)

[Out]

int((d*x)^(3/2)*((a + b*x^2)^2)^(1/2), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)**(3/2)*((b*x**2+a)**2)**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________